@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ch92os');
  src:  url('fonts/icomoon.eot?ch92os#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ch92os') format('truetype'),
    url('fonts/icomoon.woff?ch92os') format('woff'),
    url('fonts/icomoon.svg?ch92os#icomoon') format('svg');
   
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.icon-cr:before {
  content: "\e900";
}


.icon-search:before {
  content: "\e007";
   font-size:40px;
}
.icon-presentation:before {
  content: "\e00e";
   font-size:40px;
}
.icon-grid:before {
  content: "\e019";
   font-size:40px;
}
.icon-gears:before {
  content: "\e02b";
   font-size:40px;
   
}
.icon-layers:before {
  content: "\e031";
   font-size:40px;
}
.icon-linegraph:before {
  content: "\e039";
   font-size:40px;
}
.icon-scope:before {
  content: "\e058";
   font-size:40px;
}
.icon-refresh:before {
  content: "\e05a";
   font-size:40px;
}
